annolid
  • Annolid User Guide
  • Install Annolid
  • Install Detectron2 locally
  • Install Detectron2 on Google Colab
  • Optional: Install older version of Pytorch for YOLACT
  • Extract desired number of frames from a video based on optical flow
  • Display optical flow while extracting frames with –show_flow=True
  • Save all the frames as images
  • Select frames randomly by reservoir sampling
  • Extract all the key frames from a video used by the compression methods
  • Track animals and Auto labeling
  • Output CSV format
  • Config keypoint connection rules, events, and instances
  • Threshold based object segmenation
  • Convert WMV format to mp4 format using ffmpeg
  • Save the extracted frames to a user selected output directory
  • How to track multiple objects in the video?
  • How to convert coco annonation format to YOLOV5 format?
  • How to train a custom YOLOV5 model?
  • How to track objects in a video with the trained model?
  • How to convert labelme labeled dataset to COCO format?
  • How to train a YOLACT model with a custom dataset?
  • How to evaluate a video based on a trained model?
  • Convert the tracking results csv file to Glitter2 csv format
  • Convert the keypoint annotations to labelme format
annolid
  • annolid.segmentation package
  • View page source

annolid.segmentation package¶

Subpackages¶

  • annolid.segmentation.yolact package
    • Subpackages
      • annolid.segmentation.yolact.data package
        • Submodules
        • annolid.segmentation.yolact.data.coco module
        • annolid.segmentation.yolact.data.config module
        • Module contents
      • annolid.segmentation.yolact.deep_sort package
        • Subpackages
        • Submodules
        • annolid.segmentation.yolact.deep_sort.deep_sort module
        • Module contents
      • annolid.segmentation.yolact.layers package
        • Subpackages
        • Submodules
        • annolid.segmentation.yolact.layers.box_utils module
        • annolid.segmentation.yolact.layers.interpolate module
        • annolid.segmentation.yolact.layers.output_utils module
        • Module contents
      • annolid.segmentation.yolact.utils package
        • Submodules
        • annolid.segmentation.yolact.utils.augmentations module
        • annolid.segmentation.yolact.utils.cython_nms module
        • annolid.segmentation.yolact.utils.functions module
        • annolid.segmentation.yolact.utils.logger module
        • annolid.segmentation.yolact.utils.nvinfo module
        • annolid.segmentation.yolact.utils.parser module
        • annolid.segmentation.yolact.utils.timer module
        • Module contents
    • Submodules
    • annolid.segmentation.yolact.backbone module
    • annolid.segmentation.yolact.eval module
    • annolid.segmentation.yolact.run_coco_eval module
    • annolid.segmentation.yolact.train module
    • annolid.segmentation.yolact.yolact module
    • Module contents

Submodules¶

annolid.segmentation.threshold module¶

Module contents¶


© Copyright 2021, Chen Yang.

Built with Sphinx using a theme provided by Read the Docs.